
body {
    color: #ffffff;
    font-size: 1.0625rem;
	margin: 0 auto;
}
.content {
    margin: 0 auto;
    padding: 0 5em;
    max-width: 1340px;
    width: 100%;
    background-color: #191b21;
	position: inherit;
}
.container {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 840px;
    width: 100%;
    padding: 3em 0 1em;
}
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {background-color: #50A8A5;} /* Blue */
a {
	cursor: pointer;
}
.button1 {
    background: linear-gradient(143deg, #00BBCC 0%, #de1212 100%);
    font-weight: 500;
    cursor: pointer;
    border-radius: 10px;
    transition: .3s;
    padding: 15px 40px;
    font-size: 18px;
    margin: 20px 0;
}
.button1:hover {
    background: linear-gradient(143deg, #d31c1c 0%, #00BBCC 100%);
    background-position: right center;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(75, 62, 140, .4);
}
.content .main ul.m-list li a:hover {
    transform: scale(1.05);
    transition: .3s;
}
.content .main ul.m-list li a {
    background-color: #333a48;
    color: #ffb902;
    border-radius: 6px;
    margin: 10px 20px;
    padding: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform .2s;
    border: 2px solid #596070;
    text-decoration: none;
	font-size: 18px;
}
.content .main ul.m-list li a span:first-child {
	color: #ffb902;
    font-weight: inherit;
}
.content .main ul.m-list li a:hover {
    transform: scale(1.05);
    background-color: #191e28;
}
.content .header img {
    height: auto;
    width: 300px;
}
img {
	width: 100%;
	height: auto;
}
table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        background-color: #202020;
        border: 1px solid #333;
        overflow: hidden;
    }
    table th, table td {
        padding: 12px 15px;
        text-align: left;
    }
    table th {
        background-color: #2a2a2a;
        color: #ffffff;
        font-weight: bold;
    }
    table td {
        border-top: 1px solid #333;
		background-color: #252525;
		    color: #ffffff;
    }
	table td:hover {
        background-color: #333333;
    }
